home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / oneko / README < prev    next >
Text File  |  1994-08-01  |  6KB  |  160 lines

  1.  
  2.                     ~4Dgifts/toolbox/public/oneko README
  3.  
  4.                           oneko, Patchlevel :1.1b
  5.  
  6.          create a cat|dog to "chase the mouse|bone" around the screen
  7.  
  8.  
  9.      the README.orig is the version that came with this distribution, but it
  10.      is, unfortunately, largely indecipherable.  the following is a 
  11.      substitute for that.
  12.  
  13.      in order to successfully compile oneko on IRIX 5.2, run the sequence:
  14.           xmkmf
  15.           make depend
  16.           make
  17.  
  18.  
  19.      Usage: oneko [<options>]
  20.      
  21.      Options are:
  22.      -display <display>     : Neko appears on specified display.
  23.      -fg <color>            : Foreground color
  24.      -bg <color>            : Background color
  25.      -speed <dots>
  26.      -time <microseconds>
  27.      -idle <dots>
  28.      -rv                    : Reverse video. (effects monochrome display only)
  29.      -position <geometry>   : position of geometry, relative to mouse pointer.
  30.      -debug                 : puts you in synchronous mode.
  31.      -patchlevel            : print out your current patchlevel.
  32.      -neko Use neko bitmaps
  33.      -tora Use tora bitmaps
  34.      -dog Use dog bitmaps
  35.      
  36.  
  37.      ONEKO(6)                  UNIX System V                  ONEKO(6)
  38.  
  39.      /USR/CONTRIBUTED CAVEAT
  40.           The  software  and  documentation  in  /usr/contributed  are
  41.           supported  by  users  on  campus  rather than by the central
  42.           support organizations.  That is, they are *not* supported by
  43.           Academic    Computing    and    Media   or   Computing   and
  44.           Communications.  Questions or comments about the contents of
  45.           /usr/contributed  should  be  sent to the support person for
  46.           the particular application, library,  or  information  file.
  47.           The  support  person is cited in the Support Person field at
  48.           the end of the documentation for the particular topic.
  49.  
  50.      NAME oneko
  51.           The program oneko creates a cute  cat  chasing  around  your
  52.           mouse cursor.
  53.  
  54.      SYNOPSIS
  55.           oneko [-help] [-tora] [-time n] [-speed n] [-idle  n]  [-rv]
  56.           [-noshape] [-fg] [-bg]
  57.  
  58.      DESCRIPTION
  59.           oneko changes your mouse cursor into  mouse  and  creates  a
  60.           little  cute cat and the cat start chasing around your mouse
  61.           cursor.  If the cat catchup the ``mouse'', start sleeping.
  62.  
  63.         Options
  64.           -help
  65.                Prints help message on usage.
  66.  
  67.           -tora
  68.                Make cat into "tora-neko".  "Tora-neko" means cat  wite
  69.                tiger-like  stripe.   I  don't  know  how  to say it in
  70.                English.
  71.  
  72.           -time interval
  73.                Sets interval timer which determine intervals  for  cat
  74.                animation.   Default value is 125000 and unit is micro-
  75.                second.  Smaller value makes cat run faster.
  76.  
  77.           -speed distance
  78.                Specify the distance where cat jumps at one move in dot
  79.                resolution.  Default is 16.
  80.  
  81.           -idle speed
  82.                Specify the threshold  of  the  speed  which  ``mouse''
  83.                running away to wake cat up.
  84.  
  85.           -rv  Reverse background color and foreground color.
  86.  
  87.           -noshape
  88.                Don't use SHAPE extension.
  89.  
  90.           -fg color
  91.  
  92.      Page 1                                          (printed 4/22/94)
  93.  
  94.      ONEKO(6)                  UNIX System V                  ONEKO(6)
  95.  
  96.                Foreground color.
  97.  
  98.           -bg color
  99.                Background color.
  100.  
  101.         Resources
  102.           Application name is "neko"(or  "tora")  and  class  name  is
  103.           "Oneko".
  104.  
  105.           tora Set ``True'' if you want "tora-neko".
  106.  
  107.           time Sets interval timer in micro-second.
  108.  
  109.           speed
  110.                Sets distance to jump in pixel.
  111.  
  112.           idle Sets speed threshold to  wake  cat  up  when  ``mouse''
  113.                running away.
  114.  
  115.           noshape
  116.                Set ``True'' if you don't want to use SHAPE extension.
  117.  
  118.           reverse
  119.                Set ``True'' if  you  want  to  switch  foreground  and
  120.                background color.
  121.  
  122.           foreground
  123.                Foreground color.
  124.  
  125.           background
  126.                Background color.
  127.  
  128.      Notes
  129.           While  this  program  uses  XGetDefault,  be  sure  to   use
  130.           "neko.resouce"  form.  If you run this program as "tora", by
  131.           hard of soft link, the -tora option is enabled by default.
  132.  
  133.      AUTHOR
  134.           Original xneko is written by Masayuki Koba and  modified  by
  135.           Tatsuya   Kato   (kato@ntts.co.jp).    Send  bug  fixes  and
  136.           enhancements to kato@ntts.co.jp
  137.  
  138.      MAINTAINER
  139.           Send questions or problems to ea08@andrew.cmu.edu
  140.  
  141.      /USR/CONTRIBUTED CAVEAT
  142.           The  software  and  documentation  in  /usr/contributed  are
  143.           supported  by  users  on  campus  rather than by the central
  144.           support organizations.  That is, they are *not* supported by
  145.           Academic    Computing    and    Media   or   Computing   and
  146.           Communications.  Questions or comments about the contents of
  147.           /usr/contributed  should  be  sent to the support person for
  148.  
  149.      Page 2                                          (printed 4/22/94)
  150.  
  151.      ONEKO(6)                  UNIX System V                  ONEKO(6)
  152.  
  153.           the particular application, library,  or  information  file.
  154.           The  support  person is cited in the Support Person field at
  155.           the end of the documentation for the particular topic.
  156.  
  157.      Page 3                                          (printed 4/22/94)
  158.  
  159.  
  160.